home *** CD-ROM | disk | FTP | other *** search
INI File | 2003-03-24 | 913 b | 29 lines |
- ;---[ NetDHOC.INF ]------------------------------------------------------------
- ;
- ; DHCP Server Optional Component Install.
- ;
- ; Copyright (c) Microsoft Corporation. All rights reserved.
- ;
-
- [version]
- signature = "$Windows NT$"
- LayoutFile = layout.inf
- Provider = %Msft%
- DriverVer=10/01/2002,5.2.3790.0
-
- [DHCPServer]
- Upgrade = DHCPServer.Upgrade
- Uninstall = DHCPServer.Remove
-
- [DHCPServer.Upgrade]
- ; Nothing here. This just prevents the upgrade from failing on a
- ; "Section Not Found" error.
-
- [DHCPServer.Remove]
- ; Nothing here. This just prevents the remove from failing on a
- ; "Section Not Found" error.
- [Strings]
- Msft = "Microsoft"
- DHCPServer_Desc = "Microsoft DHCP Server"
- DHCPServer_Help = "Automatically assigns IP addresses to other computers running the DHCP (Dynamic Host Configuration Protocol) Client Service."
-